Auto merge of #1202 - alexcrichton:issue-1201, r=huonw
authorbors <bors@rust-lang.org>
Thu, 22 Jan 2015 06:06:34 +0000 (06:06 +0000)
committerbors <bors@rust-lang.org>
Thu, 22 Jan 2015 06:06:34 +0000 (06:06 +0000)
Previously an error's description was not printed at all if it was not a "human
error". This alters the logic to always print the description on --verbose, as
well as ensuring that --verbose is suggested if this is the case and we're not
verbose.

Closes #1201


Trivial merge